home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 23
/
AMIGAplus Sonderheft 23 (2000)(Falke)(DE)[!].iso
/
Tools
/
Packer
/
xad
/
Developer
/
Sources
/
clients
/
extheader.c
next >
Wrap
C/C++ Source or Header
|
1999-11-06
|
528b
|
24 lines
/* Objectheader
Name: extheader.c
Version: $VER: extheader.c 1.1 (13.06.1998)
Description: C header for xad externals
Author: SDI
Distribution: PD
1.0 13.06.98 : first version
*/
#include <libraries/xadmaster.h>
/* To make this a extern Object module it is necessary to force this
structure to be the really first stuff in the file. */
extern UBYTE version[];
extern struct xadClient FirstClient;
struct xadForeman ForeMan =
{ XADFOREMAN_SECURITY, XADFOREMAN_ID, XADFOREMAN_VERSION, 0, version,
&FirstClient };